Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Picking Parts Styles


Q3PickPartsStyle_Submit

You can use the Q3PickPartsStyle_Submit function to submit a picking parts style in immediate mode.

TQ3Status Q3PickPartsStyle_Submit (
TQ3PickParts parts, 
TQ3ViewObject view);
parts
A picking parts style value.
view
A view.
DESCRIPTION
The Q3PickPartsStyle_Submit function sets the picking parts style of the view specified by the view parameter to the style specified by the parts parameter.

SPECIAL CONSIDERATIONS
You should call Q3PickPartsStyle_Submit only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996